home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / cppcom.zip / READ.ME < prev    next >
Text File  |  1991-05-25  |  1KB  |  34 lines

  1. /***************************************************************************
  2. These C++ classes are copyright 1990, by William Herrera.
  3. All those who put this code or its derivatives in a commercial product MUST
  4. mention this copyright in their documentation for users of the products in
  5. which this code or its derivative classes are used.  Otherwise, this code
  6. may be freely distributed and freely used for any purpose.
  7.  
  8. Enhancements: 1991 by David Orme
  9.  
  10. This update is provided by Brian Warris, ID 72500,3632.
  11.  
  12. My thanks to the aforementioned William Herrera and David Orme, who have created
  13. a very good communications package.
  14.  
  15. My modifications are for the following reasons:
  16.   1)  Port defs in comports.hpp for ports 3 and 4. My modem is on port 4, and
  17. did not work correctly before.
  18.   2)  Borland C++ 2.00 warnings. Everything now compiles with neither warning
  19. nor error, and all warning flags are turned on in the make file.
  20.  
  21.  
  22. Intended location for the files: (re: Borland C++ 2.00)
  23.  
  24.     \borlandc\classlib\    examples\ DIALER2.CPP, DIAL2.MAK
  25.                            include\COMPORTS.HPP,SERIALPO.HPP,BOOL.H,CRC.H,
  26.                                    UART.HPP,CHARQUEU HPP,MODEM.HPP,TIMER.H
  27.                            lib\    SERIAL.MAK
  28.                            source\ COMPORTS.CPP,CRC.CPP,
  29.                                    UART.CPP,TIMER.CPP,MODEM.CPP,
  30.                                    SERIALPO.CPP,CHARQUEU.CPP
  31.  
  32.  
  33.  
  34. */